21. Mini Project: CNNs in Keras
Mini Project: CNNs in Keras
In this mini project, you'll modify the architecture of the neural network in cifar10_cnn.ipynb. Starter code is provided on Github.
Instructions
QUESTION:
Specify a new CNN architecture in Step 5: Define the Model Architecture in the notebook. If you need more inspiration, check out this link.
Train your new model. Once you've finished, check the accuracy on the test dataset, and report the percentage in the text box below.
Feel free to amend other parts of the notebook: for instance, what happens when you use a different optimizer?
ANSWER:
Thank you for completing the mini project!